golang.org/x/tools/go/packages.golistState.cfg (field)

10 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L80: 	cfg *Config
		golist.go#L151: 		cfg:        cfg,
		golist.go#L242: 		pattern, err := state.cfg.abs(fdir)
		golist.go#L315: 				for path := range state.cfg.Overlay {
		golist.go#L397: 	buf, err := state.invokeGo("list", golistargs(state.cfg, words, goVersion)...)
		golist.go#L531: 		if (state.cfg.Mode&typecheckCgo) != 0 && len(p.CgoFiles) != 0 {
		golist.go#L633: 					filename = filepath.Join(state.cfg.Dir, filename)
		golist.go#L859: 	cfg := state.cfg
		golist.go#L872: 	cfg := state.cfg
		golist_overlay.go#L58: 			absDir, err := state.cfg.abs(mod.Dir)